Skip to content

Pass skill slash commands through to Codex#161

Merged
AlexandrSuhinin merged 1 commit into
agentclientprotocol:mainfrom
SteffenDE:sd-slash-skill
Jun 8, 2026
Merged

Pass skill slash commands through to Codex#161
AlexandrSuhinin merged 1 commit into
agentclientprotocol:mainfrom
SteffenDE:sd-slash-skill

Conversation

@SteffenDE

Copy link
Copy Markdown
Contributor

Skill commands are advertised with a $ prefix, such as /$imagegen, but ACP-local slash command handling was intercepting them and reporting them as unknown commands. Treat $ commands as normal prompt input so Codex can resolve the referenced skill.

Not sure if we should strip the slash from /$skill ... when forwarding to Codex.

Skill commands are advertised with a `$` prefix, such as `/$imagegen`,
but ACP-local slash command handling was intercepting them and reporting
them as unknown commands. Treat `$` commands as normal prompt input so
Codex can resolve the referenced skill.

Add a regression test that verifies a skill slash command is forwarded to
`turn/start` without emitting an ACP unknown-command response.
@AlexandrSuhinin AlexandrSuhinin merged commit bbfb54d into agentclientprotocol:main Jun 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants